StartObservingRequest

data class StartObservingRequest(service: ServiceName)

Represents request frame that can be used with BackgroundService#startObserving operation call.

Enables event updates for the service.

See also

Constructors

StartObservingRequest
Link copied to clipboard
fun StartObservingRequest(service: ServiceName)

Properties

service
Link copied to clipboard
val service: ServiceName

Sources

jvm source
Link copied to clipboard